home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / gus / miditest.zip / MIDITEST.TXT < prev   
Text File  |  1993-03-28  |  1KB  |  30 lines

  1.             MIDITEST for the Gravis Ultrasound
  2.  
  3. Miditest is a utility to display the incoming MIDI stream in
  4. a plain old DOS session.  I decided to write it when a friend was
  5. trying to get his homebrew MIDI interface up and running, and having
  6. no luck. We weren't sure whether the problem was in the hardware, or
  7. in the Windows installation. A quick search did not unearth any
  8. suitable DOS utility, so Miditest was born.
  9.  
  10. The MIDI data is shown in raw form at the left of the screen, with
  11. a (partially) decoded representation beside it. "real time" MIDI bytes
  12. (f8..ff) are ignored for clarity. System bytes f0..f7 are not fully
  13. decoded (this is just a test program, after all).
  14.  
  15. The program also echos whatever is received to the midi output, for
  16. testing purposes. Note that there will be some lag time.
  17.  
  18. The program assumes that you have the requisite ULTRASND= line in your
  19. autoexec.bat, and that the card has been initialized with ultrinit.exe.
  20. You must run the program from DOS, and SBOS must not be resident.
  21.  
  22. You may use this program for non-commercial purposes.
  23.  
  24. I hope someone finds it useful.
  25.  
  26. Dave Perry
  27. dp@hydra.carleton.ca
  28.  
  29.  
  30.